projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9179d1b
)
ostadmin: Use /ostree for current working directory of checkouts
author
Colin Walters
<walters@verbum.org>
Tue, 8 May 2012 14:21:38 +0000
(10:21 -0400)
committer
Colin Walters
<walters@verbum.org>
Tue, 8 May 2012 14:21:38 +0000
(10:21 -0400)
Otherwise we put them in the wrong place.
src/ostadmin/ot-admin-builtin-deploy.c
patch
|
blob
|
history
diff --git
a/src/ostadmin/ot-admin-builtin-deploy.c
b/src/ostadmin/ot-admin-builtin-deploy.c
index 43a4c44c470a06255da3155fd2cb5979d2f91eb5..4a64c97592f2b840e485a3dc418e9048517721f1 100644
(file)
--- a/
src/ostadmin/ot-admin-builtin-deploy.c
+++ b/
src/ostadmin/ot-admin-builtin-deploy.c
@@
-321,7
+321,7
@@
ot_admin_builtin_deploy (int argc, char **argv, GError **error)
"checkout", "--atomic-retarget", deploy_target, NULL);
g_ptr_array_add (checkout_args, NULL);
- if (!ot_spawn_sync_checked (
NULL
, (char**)checkout_args->pdata, NULL, G_SPAWN_SEARCH_PATH,
+ if (!ot_spawn_sync_checked (
"/ostree"
, (char**)checkout_args->pdata, NULL, G_SPAWN_SEARCH_PATH,
NULL, NULL, NULL, NULL, error))
goto out;